OpenRoads Designer CONNECT Edition SDK Help

ProjectBySegments Method

Projects by Uniform Segment Projection the points collection of an element on the another element.

Definition

Namespace: Bentley.CifNET.LinearGeometry Assembly: Bentley.CifNET.LinearGeometry.4.0 (in Bentley.CifNET.LinearGeometry.4.0.dll) Version: 1.0.0.0 (99.99.99.99)

C#

public  LinearPointProjectionBySegmentsResult ProjectBySegments( LinearPointCollection perpElementPoints,double tolerance)

Parameters

SettingDescription
  LinearPointCollection Points along toElement to be honored for radial creation during projection process
   tolerance

Return Value

LinearPointProjectionBySegmentsResult the LinearPointProjectionResult of the projection

See Also